-
Notifications
You must be signed in to change notification settings - Fork 786
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test daemon interrupt handling #4563
Test daemon interrupt handling #4563
Conversation
The windows systests are failing. @RickiNano could you help debug this on windows? |
2fa9185
to
828ab46
Compare
Given that macOS and Linux work fine, I assume it must be a Windows bug (either in the node or in Windows handling of bash scripts). Please investigate the Windows errors as a separate issue/PR. To avoid stalling this I modified the workflow to ignore systest errors on Windows. |
I'll look into the windows error, but as Piotr says there is no need to hold this pr back because of this |
I've found a solution for the windows problem. It changes the way we run the tests for Windows so I think it should be in a separate PR so it does not stall this pr |
Issue to track the windows test problem. |
This adds a system test that ensures correct behavior of daemon interrupt handling. Additionally this cleans up and improves output of the whole systest suite.